summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: flush dcache before writing into page to avoid aliasanfei zhou2010-02-091-0/+3
* block: fix bugs in bio-integrity mempool usageChuck Ebbert2010-02-091-1/+2
* Fix 'flush_old_exec()/setup_new_exec()' splitLinus Torvalds2010-02-091-5/+5
* block: fix bio_add_page for non trivial merge_bvec_fn caseDmitry Monakhov2010-02-091-1/+6
* Split 'flush_old_exec' into two functionsLinus Torvalds2010-02-096-35/+24
* FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger2010-02-091-2/+11
* fix affs parse_options()Al Viro2010-02-091-6/+6
* Fix remount races with symlink handling in affsAl Viro2010-02-094-8/+25
* fix leak in romfs_fill_super()Al Viro2010-02-091-0/+1
* fix oops in fs/9p late mount failureAl Viro2010-02-091-1/+2
* Fix failure exits in bfs_fill_super()Al Viro2010-02-091-22/+21
* Fix a leak in affs_fill_super()Al Viro2010-02-091-0/+2
* fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman2010-01-281-2/+4
* NFS: Revert default r/wsize behaviorChuck Lever2010-01-281-2/+0
* nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groupsFrank Filz2010-01-281-1/+1
* partitions: use sector size for EFI GPTKarel Zak2010-01-281-8/+15
* partitions: read whole sector with EFI GPT headerKarel Zak2010-01-282-5/+10
* vfs: get_sb_single() - do not pass options twiceKay Sievers2010-01-281-1/+2
* ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok2010-01-251-7/+7
* ecryptfs: use after freeDan Carpenter2010-01-251-2/+2
* reiserfs: truncate blocks not used by a writeJan Kara2010-01-221-3/+14
* inotify: only warn once for inotify problemsEric Paris2010-01-221-1/+1
* inotify: do not reuse watch descriptorsEric Paris2010-01-221-2/+2
* quota: Fix dquot_transfer for filesystems different from ext4Jan Kara2010-01-181-0/+3
* nfsd: make sure data is on disk before calling ->fsyncChristoph Hellwig2010-01-181-4/+1
* exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh2010-01-181-1/+16
* fasync: split 'fasync_helper()' into separate add/remove functionsLinus Torvalds2010-01-181-36/+66
* generic_permission: MAY_OPEN is not write accessSerge E. Hallyn2010-01-061-0/+1
* ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)Dmitry Monakhov2010-01-061-6/+5
* ext4: Convert to generic reserved quota's space management.Dmitry Monakhov2010-01-063-10/+17
* quota: decouple fs reserved space from quota reservationDmitry Monakhov2010-01-061-94/+119
* Add unlocked version of inode_add_bytes() functionDmitry Monakhov2010-01-061-2/+8
* udf: Try harder when looking for VAT inodeJan Kara2010-01-061-8/+24
* cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton2010-01-061-4/+9
* jffs2: Fix long-standing bug with symlink garbage collection.David Woodhouse2009-12-181-1/+2
* ext3: Fix data / filesystem corruption when write fails to copy dataJan Kara2009-12-181-4/+14
* debugfs: fix create mutex racy fops and private dataMathieu Desnoyers2009-12-181-23/+32
* devpts_get_tty() should validate inodeSukadev Bhattiprolu2009-12-181-2/+14
* NFS: Fix nfs_migrate_page()Trond Myklebust2009-12-181-2/+3
* hfs: fix a potential buffer overflowAmerigo Wang2009-12-183-1/+21
* jbd2: don't wipe the journal on a failed journal checksumTheodore Ts'o2009-12-181-0/+7
* ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)Theodore Ts'o2009-12-141-2/+2
* ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXTAkira Fujita2009-12-142-12/+25
* ext4: Wait for proper transaction commit on fsyncJan Kara2009-12-147-31/+81
* ext4: fix incorrect block reservation on quota transfer.Dmitry Monakhov2009-12-141-1/+1
* ext4: quota macros cleanupDmitry Monakhov2009-12-145-10/+14
* ext4: ext4_get_reserved_space() must return bytes instead of blocksDmitry Monakhov2009-12-141-1/+1
* ext4: remove blocks from inode prealloc list on failureCurt Wohlgemuth2009-12-141-0/+19
* ext4: wait for log to commit when umountingJosef Bacik2009-12-141-4/+6
* ext4: Avoid data / filesystem corruption when write fails to copy dataJan Kara2009-12-141-5/+15