summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-10GFS2: rename causes kernel OopsBob Peterson1-1/+1
2010-08-10xfs: prevent swapext from operating on write-only filesDan Rosenberg1-1/+4
2010-08-02ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
2010-08-02cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman1-0/+16
2010-08-02cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton1-9/+1
2010-07-05vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi1-1/+8
2010-07-05ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V1-2/+19
2010-07-05ext4: Fix file fragmentation during large file write.Aneesh Kumar K.V1-33/+46
2010-07-05ext4: Use our own write_cache_pages()Theodore Ts'o1-12/+132
2010-07-05ext4: check s_log_groups_per_flex in online resize codeEric Sandeen1-1/+2
2010-07-05NFSD: don't report compiled-out versions as presentPavel Emelyanov1-1/+1
2010-05-27NFS: rsize and wsize settings ignored on v4 mountsChuck Lever1-0/+2
2010-05-27nfs d_revalidate() is too trigger-happy with d_drop()Al Viro1-0/+2
2010-05-27nfsd4: bug in read_bufNeil Brown1-4/+4
2010-05-27ext4: Use tag dirty lookup during mpage_da_submit_ioAneesh Kumar K.V1-17/+13
2010-05-27ext4: Retry block allocation if we have free blocks leftAneesh Kumar K.V1-24/+57
2010-05-27ext4: Retry block reservationAneesh Kumar K.V3-5/+24
2010-05-27ext4: Add percpu dirty block accounting.Aneesh Kumar K.V5-51/+73
2010-05-27ext4: Make sure all the block allocation paths reserve blocksAneesh Kumar K.V4-30/+69
2010-05-27percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao1-1/+1
2010-05-27ext4: invalidate pages if delalloc block allocation fails.Aneesh Kumar K.V1-12/+73
2010-04-02coredump: suppress uid comparison test if core output files are pipesNeil Horman1-1/+2
2010-04-02fix LOOKUP_FOLLOW on automount "symlinks"Al Viro1-2/+12
2010-04-02ext4: Avoid null pointer dereference when decoding EROFS w/o a journalTheodore Ts'o1-1/+2
2010-04-02Fix race in tty_fasync() properlyLinus Torvalds1-4/+2
2010-01-29fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman1-2/+4
2010-01-29ecryptfs: use after freeDan Carpenter1-2/+2
2010-01-29ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok1-7/+7
2010-01-29reiserfs: truncate blocks not used by a writeJan Kara1-3/+14
2010-01-07generic_permission: MAY_OPEN is not write accessSerge E. Hallyn1-0/+1
2009-12-19jffs2: Fix long-standing bug with symlink garbage collection.David Woodhouse1-1/+2
2009-12-19hfs: fix a potential buffer overflowAmerigo Wang3-1/+21
2009-12-19debugfs: fix create mutex racy fops and private dataMathieu Desnoyers1-23/+32
2009-12-08fuse: prevent fuse_put_request on invalid pointerAnand V. Avati1-1/+2
2009-12-08fuse: reject O_DIRECT flag also in fuse_createCsaba Henk1-0/+3
2009-12-08jffs2: Fix memory corruption in jffs2_read_inode_range()David Woodhouse1-3/+6
2009-11-10NFSv4: The link() operation should return any delegation on the fileTrond Myklebust1-0/+2
2009-11-10NFSv4: Fix a problem whereby a buggy server can oops the kernelTrond Myklebust2-5/+13
2009-11-10NFSv4: Kill nfs4_renewd_prepare_shutdown()Trond Myklebust2-7/+0
2009-11-10nfs: Avoid overrun when copying client IP address stringBen Hutchings1-1/+1
2009-11-10NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCETrond Myklebust2-4/+8
2009-11-10nfs: Panic when commit failsTerry Loftin1-0/+1
2009-11-10hfsplus: refuse to mount volumes larger than 2TBBen Hutchings1-0/+4
2009-11-10fs: pipe.c null pointer dereferenceEarl Chew1-11/+30
2009-10-12eCryptfs: Prevent lower dentry from going negative during unlink (CVE-2009-2908)Tyler Hicks1-0/+2
2009-10-05fs: make sure data stored into inode is properly seen before unlocking new inodeJan Kara1-6/+8
2009-09-24nfsd: fix hung up of nfs client while sync write data to nfs serverWei Yongjun1-3/+3
2009-09-24Short write in nfsd becomes a full write to the clientDavid Shaw4-11/+17
2009-09-24udf: Use device size when drive reported bogus number of written blocksJan Kara1-1/+6
2009-09-24binfmt_elf: fix PT_INTERP bss handlingRoland McGrath1-14/+14