summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-05-30ext4: limit group search loop for non-extent filesLachlan McIlroy1-1/+5
2013-05-30nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields1-2/+13
2013-05-13fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen1-1/+3
2013-05-13inotify: invalid mask should return a error number but not set itZhao Hongjiang1-2/+4
2013-05-13fs/fscache/stats.c: fix memory leakAnurup m1-1/+1
2013-05-13nfsd: Decode and send 64bit time valuesBryan Schumaker1-14/+5
2013-05-13ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o1-1/+2
2013-05-13LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2-3/+3
2013-05-13nfsd4: don't close read-write opens too soonJ. Bruce Fields1-7/+1
2013-05-13jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov1-22/+28
2013-05-13ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o3-4/+33
2013-05-13nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting1-4/+4
2013-05-13sysfs: fix use after free in case of concurrent read/write and readdirMing Lei1-4/+11
2013-05-13aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang1-1/+1
2013-04-25hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2013-04-25Btrfs: fix race between mmap writes and compressionChris Mason3-0/+49
2013-04-25vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal1-1/+1
2013-04-25Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-04-10loop: prevent bdev freeing while device in useAnatol Pomozov1-0/+1
2013-04-10NFS: nfs_getaclargs.acl_len is a size_tChuck Lever1-1/+2
2013-04-10udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2013-04-10reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara1-2/+2
2013-04-10Btrfs: limit the global reserve to 512mbJosef Bacik1-1/+1
2013-04-10Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-04-10nfsd4: reject "negative" acl lengthsJ. Bruce Fields1-1/+1
2013-04-10NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2013-04-10pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
2013-04-10sysfs: handle failure path correctly for readdir()Ming Lei1-0/+4
2013-04-10sysfs: fix race between readdir and lseekMing Lei1-1/+12
2013-04-10UBIFS: make space fixup work in the remount caseArtem Bityutskiy1-6/+6
2013-03-27vfs,proc: guarantee unique inodes in /procLinus Torvalds1-8/+4
2013-03-27cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-27ext4: fix data=journal fast mount/umount hangTheodore Ts'o1-1/+2
2013-03-27cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2013-03-27ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o5-15/+15
2013-03-27ext4: convert number of blocks to clusters properlyLukas Czerner3-7/+7
2013-03-27jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara1-5/+10
2013-03-27ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu1-1/+5
2013-03-27isofs: avoid info leak on exportMathias Krause1-0/+1
2013-03-27udf: avoid info leak on exportMathias Krause1-0/+1
2013-03-20NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2-11/+35
2013-03-20btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-20block: use i_size_write() in bd_set_size()Guo Chao1-1/+3
2013-03-20Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers1-8/+7
2013-03-20ext3: Fix format string issuesLars-Peter Clausen1-2/+2
2013-03-20vfs: fix pipe counter breakageAl Viro1-0/+3
2013-03-20cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-03-20NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust1-7/+13
2013-03-20btrfs: Init io_lock after cloning btrfs device structThomas Gleixner1-0/+1
2013-03-06ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o1-0/+1