summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-08-13jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp
2010-08-13signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch
2010-08-13fs/ecryptfs/file.c: introduce missing freeJulia Lawall
2010-08-13eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks
2010-08-13splice: fix misuse of SPLICE_F_NONBLOCKMiklos Szeredi
2010-08-10GFS2: rename causes kernel OopsBob Peterson
2010-08-10xfs: prevent swapext from operating on write-only filesDan Rosenberg
2010-08-02ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues
2010-08-02cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman
2010-08-02cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton
2010-07-05vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi
2010-07-05ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V
2010-07-05ext4: Fix file fragmentation during large file write.Aneesh Kumar K.V
2010-07-05ext4: Use our own write_cache_pages()Theodore Ts'o
2010-07-05ext4: check s_log_groups_per_flex in online resize codeEric Sandeen
2010-07-05NFSD: don't report compiled-out versions as presentPavel Emelyanov
2010-05-26NFS: rsize and wsize settings ignored on v4 mountsChuck Lever
2010-05-26nfs d_revalidate() is too trigger-happy with d_drop()Al Viro
2010-05-26nfsd4: bug in read_bufNeil Brown
2010-05-26ext4: Use tag dirty lookup during mpage_da_submit_ioAneesh Kumar K.V
2010-05-26ext4: Retry block allocation if we have free blocks leftAneesh Kumar K.V
2010-05-26ext4: Retry block reservationAneesh Kumar K.V
2010-05-26ext4: Add percpu dirty block accounting.Aneesh Kumar K.V
2010-05-26ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V
2010-05-26percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao
2010-05-26ext4: invalidate pages if delalloc block allocation fails.Aneesh Kumar K.V
2010-04-01coredump: suppress uid comparison test if core output files are pipesNeil Horman
2010-04-01fix LOOKUP_FOLLOW on automount "symlinks"Al Viro
2010-04-01ext4: Avoid null pointer dereference when decoding EROFS w/o a journalTheodore Ts'o
2010-04-01Fix race in tty_fasync() properlyLinus Torvalds
2010-01-28fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman
2010-01-28ecryptfs: use after freeDan Carpenter
2010-01-28ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok
2010-01-28reiserfs: truncate blocks not used by a writeJan Kara
2010-01-06generic_permission: MAY_OPEN is not write accessSerge E. Hallyn
2009-12-18jffs2: Fix long-standing bug with symlink garbage collection.David Woodhouse
2009-12-18hfs: fix a potential buffer overflowAmerigo Wang
2009-12-18debugfs: fix create mutex racy fops and private dataMathieu Desnoyers
2009-12-08fuse: prevent fuse_put_request on invalid pointerAnand V. Avati
2009-12-08fuse: reject O_DIRECT flag also in fuse_createCsaba Henk
2009-12-08jffs2: Fix memory corruption in jffs2_read_inode_range()David Woodhouse
2009-11-09NFSv4: The link() operation should return any delegation on the fileTrond Myklebust
2009-11-09NFSv4: Fix a problem whereby a buggy server can oops the kernelTrond Myklebust
2009-11-09NFSv4: Kill nfs4_renewd_prepare_shutdown()Trond Myklebust
2009-11-09nfs: Avoid overrun when copying client IP address stringBen Hutchings
2009-11-09NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCETrond Myklebust
2009-11-09nfs: Panic when commit failsTerry Loftin
2009-11-09hfsplus: refuse to mount volumes larger than 2TBBen Hutchings
2009-11-09fs: pipe.c null pointer dereferenceEarl Chew