summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp2010-08-131-49/+38
* signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch2010-08-131-0/+2
* fs/ecryptfs/file.c: introduce missing freeJulia Lawall2010-08-131-2/+2
* eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks2010-08-131-21/+35
* splice: fix misuse of SPLICE_F_NONBLOCKMiklos Szeredi2010-08-131-11/+1
* GFS2: rename causes kernel OopsBob Peterson2010-08-101-1/+1
* xfs: prevent swapext from operating on write-only filesDan Rosenberg2010-08-101-1/+4
* ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues2010-08-021-8/+9
* cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman2010-08-021-0/+16
* cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton2010-08-021-9/+1
* vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi2010-07-051-1/+8
* ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V2010-07-051-2/+19
* ext4: Fix file fragmentation during large file write.Aneesh Kumar K.V2010-07-051-33/+46
* ext4: Use our own write_cache_pages()Theodore Ts'o2010-07-051-12/+132
* ext4: check s_log_groups_per_flex in online resize codeEric Sandeen2010-07-051-1/+2
* NFSD: don't report compiled-out versions as presentPavel Emelyanov2010-07-051-1/+1
* NFS: rsize and wsize settings ignored on v4 mountsChuck Lever2010-05-261-0/+2
* nfs d_revalidate() is too trigger-happy with d_drop()Al Viro2010-05-261-0/+2
* nfsd4: bug in read_bufNeil Brown2010-05-261-4/+4
* ext4: Use tag dirty lookup during mpage_da_submit_ioAneesh Kumar K.V2010-05-261-17/+13
* ext4: Retry block allocation if we have free blocks leftAneesh Kumar K.V2010-05-261-24/+57
* ext4: Retry block reservationAneesh Kumar K.V2010-05-263-5/+24
* ext4: Add percpu dirty block accounting.Aneesh Kumar K.V2010-05-265-51/+73
* ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V2010-05-264-30/+69
* percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao2010-05-261-1/+1
* ext4: invalidate pages if delalloc block allocation fails.Aneesh Kumar K.V2010-05-261-12/+73
* coredump: suppress uid comparison test if core output files are pipesNeil Horman2010-04-011-1/+2
* fix LOOKUP_FOLLOW on automount "symlinks"Al Viro2010-04-011-2/+12
* ext4: Avoid null pointer dereference when decoding EROFS w/o a journalTheodore Ts'o2010-04-011-1/+2
* Fix race in tty_fasync() properlyLinus Torvalds2010-04-011-4/+2
* fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman2010-01-281-2/+4
* ecryptfs: use after freeDan Carpenter2010-01-281-2/+2
* ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok2010-01-281-7/+7
* reiserfs: truncate blocks not used by a writeJan Kara2010-01-281-3/+14
* generic_permission: MAY_OPEN is not write accessSerge E. Hallyn2010-01-061-0/+1
* jffs2: Fix long-standing bug with symlink garbage collection.David Woodhouse2009-12-181-1/+2
* hfs: fix a potential buffer overflowAmerigo Wang2009-12-183-1/+21
* debugfs: fix create mutex racy fops and private dataMathieu Desnoyers2009-12-181-23/+32
* fuse: prevent fuse_put_request on invalid pointerAnand V. Avati2009-12-081-1/+2
* fuse: reject O_DIRECT flag also in fuse_createCsaba Henk2009-12-081-0/+3
* jffs2: Fix memory corruption in jffs2_read_inode_range()David Woodhouse2009-12-081-3/+6
* NFSv4: The link() operation should return any delegation on the fileTrond Myklebust2009-11-091-0/+2
* NFSv4: Fix a problem whereby a buggy server can oops the kernelTrond Myklebust2009-11-092-5/+13
* NFSv4: Kill nfs4_renewd_prepare_shutdown()Trond Myklebust2009-11-092-7/+0
* nfs: Avoid overrun when copying client IP address stringBen Hutchings2009-11-091-1/+1
* NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCETrond Myklebust2009-11-092-4/+8
* nfs: Panic when commit failsTerry Loftin2009-11-091-0/+1
* hfsplus: refuse to mount volumes larger than 2TBBen Hutchings2009-11-091-0/+4
* fs: pipe.c null pointer dereferenceEarl Chew2009-11-091-11/+30
* eCryptfs: Prevent lower dentry from going negative during unlink (CVE-2009-2908)Tyler Hicks2009-10-121-0/+2