aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko2013-04-251-1/+1
* Btrfs: fix race between mmap writes and compressionChris Mason2013-04-253-0/+49
* vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal2013-04-251-1/+1
* Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-251-6/+42
* loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-101-0/+1
* NFS: nfs_getaclargs.acl_len is a size_tChuck Lever2013-04-101-1/+2
* udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara2013-04-101-1/+1
* reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara2013-04-101-2/+2
* Btrfs: limit the global reserve to 512mbJosef Bacik2013-04-101-1/+1
* Nest rename_lock inside vfsmount_lockAl Viro2013-04-101-5/+11
* nfsd4: reject "negative" acl lengthsJ. Bruce Fields2013-04-101-1/+1
* NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2013-04-102-15/+18
* pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting2013-04-101-2/+2
* sysfs: handle failure path correctly for readdir()Ming Lei2013-04-101-0/+4
* sysfs: fix race between readdir and lseekMing Lei2013-04-101-1/+12
* UBIFS: make space fixup work in the remount caseArtem Bityutskiy2013-04-101-6/+6
* vfs,proc: guarantee unique inodes in /procLinus Torvalds2013-03-271-8/+4
* cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-271-48/+5
* ext4: fix data=journal fast mount/umount hangTheodore Ts'o2013-03-271-1/+2
* cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-273-1/+33
* ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-275-15/+15
* ext4: convert number of blocks to clusters properlyLukas Czerner2013-03-273-7/+7
* jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara2013-03-271-5/+10
* ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu2013-03-271-1/+5
* isofs: avoid info leak on exportMathias Krause2013-03-271-0/+1
* udf: avoid info leak on exportMathias Krause2013-03-271-0/+1
* NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2013-03-202-11/+35
* btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen2013-03-201-0/+6
* block: use i_size_write() in bd_set_size()Guo Chao2013-03-201-1/+3
* Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-201-8/+7
* ext3: Fix format string issuesLars-Peter Clausen2013-03-201-2/+2
* vfs: fix pipe counter breakageAl Viro2013-03-201-0/+3
* cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton2013-03-201-0/+5
* NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust2013-03-201-7/+13
* btrfs: Init io_lock after cloning btrfs device structThomas Gleixner2013-03-201-0/+1
* ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o2013-03-061-0/+1
* ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan2013-03-061-17/+29
* ext4: rewrite punch hole to use ext4_ext_remove_space()Lukas Czerner2013-03-061-85/+91
* fs: cachefiles: add support for large files in filesystem cachingJustin Lecher2013-03-061-1/+1
* exec: use -ELOOP for max recursion depthKees Cook2013-03-064-15/+6
* pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-03-061-6/+29
* nbd: fsync and kill block device on shutdownPaolo Bonzini2013-03-061-1/+2
* block: fix ext_devt_idr handlingTomas Henzl2013-03-061-1/+1
* ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2013-03-062-5/+4
* ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu2013-03-061-1/+1
* ocfs2: fix possible use-after-free with AIOJan Kara2013-03-061-1/+1
* fs: Fix possible use-after-free with AIOJan Kara2013-03-061-1/+1
* ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner2013-03-061-2/+7
* ocfs2: unlock super lock if lockres refresh failedJunxiao Bi2013-03-061-1/+4
* fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo2013-03-061-0/+1