summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-05-24btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis1-5/+5
2013-05-19ext4: limit group search loop for non-extent filesLachlan McIlroy1-1/+5
2013-05-19audit: vfs: fix audit_inode call in O_CREAT case of do_lastJeff Layton1-1/+1
2013-05-19nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton1-7/+5
2013-05-19nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields1-2/+13
2013-05-11NFSv4.x: Fix handling of partially delegated locksTrond Myklebust1-2/+2
2013-05-11Btrfs: fix extent logging with O_DIRECT into preallocJosef Bacik1-8/+13
2013-05-11Btrfs: compare relevant parts of delayed tree refsJosef Bacik1-10/+14
2013-05-11ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o1-0/+4
2013-05-11hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi1-14/+10
2013-05-11autofs - remove autofs dentry mount checkDavid Jeffery1-9/+0
2013-05-08do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro1-3/+2
2013-05-08ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o1-1/+2
2013-05-08ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o1-0/+2
2013-05-08ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov2-5/+5
2013-05-08ext4: unregister es_shrinker if mount failedDmitry Monakhov1-3/+4
2013-05-08ext4: fix journal callback list traversalDmitry Monakhov3-7/+14
2013-05-08jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov1-22/+28
2013-05-08ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o3-4/+33
2013-05-08nfsd: Decode and send 64bit time valuesBryan Schumaker1-14/+5
2013-05-08nfsd: use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2013-05-08nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting1-4/+4
2013-05-08nfsd4: don't close read-write opens too soonJ. Bruce Fields1-7/+1
2013-05-08NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recallTrond Myklebust1-0/+6
2013-05-08NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_lock_delegation_recallTrond Myklebust1-0/+6
2013-05-08LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2-3/+3
2013-05-08exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-0/+3
2013-05-08fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen1-1/+3
2013-05-08inotify: invalid mask should return a error number but not set itZhao Hongjiang1-2/+4
2013-05-08mm: allow arch code to control the user page table ceilingHugh Dickins1-2/+2
2013-05-08fs/fscache/stats.c: fix memory leakAnurup m1-1/+1
2013-05-08sysfs: fix use after free in case of concurrent read/write and readdirMing Lei1-4/+11
2013-04-26aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang1-1/+1
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-2/+0
2013-04-18hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2013-04-18fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()Naoya Horiguchi1-0/+1
2013-04-18hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Naoya Horiguchi1-1/+1
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds1-0/+1
2013-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+42
2013-04-14vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal1-1/+1
2013-04-13Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-04-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-3/+13
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-0/+1
2013-04-11cifs: Allow passwords which begin with a delimitorSachin Prabhu1-3/+13
2013-04-10Merge tag 'nfs-for-3.9-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2013-04-10NFSv4: Doh! Typo in the fix to nfs41_walk_client_listTrond Myklebust1-0/+1
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-17/+36
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-43/+92
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin1-1/+1
2013-04-09procfs: add proc_remove_subtree()Al Viro1-30/+89