summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen2013-05-131-1/+3
* inotify: invalid mask should return a error number but not set itZhao Hongjiang2013-05-131-2/+4
* fs/fscache/stats.c: fix memory leakAnurup m2013-05-131-1/+1
* nfsd: Decode and send 64bit time valuesBryan Schumaker2013-05-131-14/+5
* ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o2013-05-131-1/+2
* LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2013-05-132-3/+3
* nfsd4: don't close read-write opens too soonJ. Bruce Fields2013-05-131-7/+1
* jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov2013-05-131-22/+28
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-05-133-4/+33
* nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting2013-05-131-4/+4
* sysfs: fix use after free in case of concurrent read/write and readdirMing Lei2013-05-131-4/+11
* aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang2013-05-131-1/+1
* 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