aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.x: Fix handling of partially delegated locksTrond Myklebust2013-05-111-2/+2
* Btrfs: fix extent logging with O_DIRECT into preallocJosef Bacik2013-05-111-8/+13
* Btrfs: compare relevant parts of delayed tree refsJosef Bacik2013-05-111-10/+14
* ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o2013-05-111-0/+4
* hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-111-14/+10
* autofs - remove autofs dentry mount checkDavid Jeffery2013-05-111-9/+0
* ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o2013-05-071-1/+2
* ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o2013-05-071-0/+2
* ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov2013-05-072-5/+5
* ext4: fix journal callback list traversalDmitry Monakhov2013-05-073-7/+14
* jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov2013-05-071-22/+28
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-05-073-4/+33
* nfsd: Decode and send 64bit time valuesBryan Schumaker2013-05-071-14/+5
* nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting2013-05-071-4/+4
* nfsd4: don't close read-write opens too soonJ. Bruce Fields2013-05-071-7/+1
* NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recallTrond Myklebust2013-05-071-0/+6
* LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2013-05-072-3/+3
* exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2013-05-071-0/+3
* fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen2013-05-071-1/+3
* inotify: invalid mask should return a error number but not set itZhao Hongjiang2013-05-071-2/+4
* mm: allow arch code to control the user page table ceilingHugh Dickins2013-05-071-2/+2
* fs/fscache/stats.c: fix memory leakAnurup m2013-05-071-1/+1
* sysfs: fix use after free in case of concurrent read/write and readdirMing Lei2013-05-071-4/+11
* aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang2013-05-011-1/+1
* Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-251-6/+42
* hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko2013-04-251-1/+1
* fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()Naoya Horiguchi2013-04-251-0/+1
* hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Naoya Horiguchi2013-04-251-1/+1
* kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-251-0/+1
* vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal2013-04-161-1/+1
* cifs: Allow passwords which begin with a delimitorSachin Prabhu2013-04-161-3/+13
* GFS2: return error if malloc failed in gfs2_rs_alloc()Wei Yongjun2013-04-161-1/+1
* GFS2: Fix unlock of fcntl locks during withdrawn stateSteven Whitehouse2013-04-161-1/+4
* NFSv4: Doh! Typo in the fix to nfs41_walk_client_listTrond Myklebust2013-04-121-0/+1
* NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_listTrond Myklebust2013-04-121-16/+28
* NFSv4: Fix a memory leak in nfs4_discover_server_trunkingTrond Myklebust2013-04-121-1/+7
* reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara2013-04-121-2/+2
* UBIFS: make space fixup work in the remount caseArtem Bityutskiy2013-04-121-6/+6
* Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik2013-04-051-6/+41
* nfsd4: reject "negative" acl lengthsJ. Bruce Fields2013-04-051-1/+1
* loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-051-0/+1
* Btrfs: don't drop path when printing out tree errors in scrubJosef Bacik2013-04-051-1/+2
* Btrfs: limit the global reserve to 512mbJosef Bacik2013-04-051-1/+1
* Btrfs: fix race between mmap writes and compressionChris Mason2013-04-053-0/+49
* Btrfs: fix locking on ROOT_REPLACE operations in tree mod logJan Schmidt2013-04-051-10/+20
* Btrfs: use set_nlink if our i_nlink is 0Josef Bacik2013-04-051-1/+4
* userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-04-053-0/+29
* vfs: Carefully propogate mounts across user namespacesEric W. Biederman2013-04-053-1/+12
* vfs: Add a mount flag to lock read only bind mountsEric W. Biederman2013-04-051-0/+3
* userns: Don't allow creation if the user is chrootedEric W. Biederman2013-04-051-0/+24