summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* inotify: remove broken mask checks causing unmount to be EINVALJim Somerville2013-03-061-4/+0
* NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust2013-03-061-0/+3
* ext4: fix xattr block allocation/release with bigallocLukas Czerner2013-03-061-3/+4
* umount oops when remove blocklayoutdriver firstfanchaoting2013-03-062-0/+2
* NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson2013-03-061-1/+2
* nfsd: Fix memleakmajianpeng2013-03-061-0/+2
* UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2013-03-062-1/+6
* ext4: fix race in ext4_mb_add_n_trim()Niu Yawei2013-03-061-3/+3
* ext4: fix possible use-after-free with AIOJan Kara2013-03-062-6/+5
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-03-066-24/+30
* tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet2013-02-201-1/+3
* nilfs2: fix fix very long mount time issueVyacheslav Dubeyko2013-02-201-1/+4
* NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust2013-02-061-2/+12
* NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust2013-02-061-0/+20
* xfs: Fix possible use-after-free with AIOJan Kara2013-02-061-1/+1
* fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding2013-02-061-0/+2
* epoll: prevent missed events on EPOLL_CTL_MODEric Wong2013-01-161-1/+21
* udf: don't increment lenExtents while writing to a holeNamjae Jeon2013-01-161-2/+5
* nfs: fix null checking in nfs_get_option_str()Xi Wang2013-01-161-1/+1
* cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton2013-01-161-0/+7
* ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev2013-01-161-1/+1
* jbd2: fix assertion failure in jbd2_journal_flush()Jan Kara2013-01-161-1/+2
* ext4: check dioread_nolock on remountJan Kara2013-01-161-9/+11
* ext4: fix extent tree corruption caused by hole punchForrest Liu2013-01-161-4/+18
* udf: fix memory leak while allocating blocks during writeNamjae Jeon2013-01-031-0/+4
* exec: do not leave bprm->interp on stackKees Cook2013-01-033-2/+22
* vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown2013-01-031-1/+1
* nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2013-01-031-1/+10
* proc: pid/status: show all supplementary groupsArtem Bityutskiy2013-01-031-1/+1
* NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown2013-01-031-2/+1
* nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2013-01-032-5/+13
* nfsd: fix v4 reply cachingJ. Bruce Fields2013-01-031-1/+1
* NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker2013-01-031-4/+17
* ext4: init pagevec in ext4_da_block_invalidatepagesEric Sandeen2013-01-031-0/+1
* ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin2013-01-031-2/+4
* nfs: fix wrong object type in lockowner_slabYanchuan Nian2013-01-031-1/+1
* freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZEOleg Nesterov2013-01-031-1/+2
* jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara2012-12-061-0/+2
* reiserfs: Move quota calls out of write lockJan Kara2012-12-063-7/+25
* reiserfs: Protect reiserfs_quota_write() with write lockJan Kara2012-12-061-0/+4
* reiserfs: Protect reiserfs_quota_on() with write lockJan Kara2012-12-061-3/+8
* reiserfs: Fix lock ordering during remountJan Kara2012-12-061-7/+20
* xfs: drop buffer io reference when a bad bio is builtDave Chinner2012-12-061-2/+12
* jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker2012-12-061-18/+21
* GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski2012-12-062-14/+12
* UBIFS: fix mounting problems after power cutsArtem Bityutskiy2012-12-061-2/+10
* UBIFS: introduce categorized lprops counterArtem Bityutskiy2012-12-062-0/+9
* eCryptfs: check for eCryptfs cipher support at mountTim Sally2012-11-161-0/+13
* eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks2012-11-161-1/+9
* fanotify: fix missing breakEric Paris2012-11-161-0/+1