summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp2013-09-071-8/+23
* SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-08-291-5/+15
* nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko2013-08-291-1/+1
* nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko2013-08-291-2/+1
* VFS: collect_mounts() should return an ERR_PTRDan Carpenter2013-08-291-1/+1
* jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara2013-08-201-4/+4
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-201-2/+2
* fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng2013-08-201-4/+4
* reiserfs: fix deadlock in umountAl Viro2013-08-142-82/+20
* debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov2013-08-141-47/+22
* cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton2013-08-141-0/+8
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-08-144-7/+9
* ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o2013-08-141-2/+4
* ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna2013-08-141-1/+16
* ext4: allow the mount options nodelalloc and data=journalTheodore Ts'o2013-08-141-1/+1
* LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust2013-08-142-6/+12
* Btrfs: release both paths before logging dir/changed extentsJosef Bacik2013-08-141-3/+2
* ext4: fix retry handling in ext4_ext_truncate()Theodore Ts'o2013-08-141-1/+1
* ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o2013-08-141-5/+5
* ext4: destroy ext4_es_cachep on module unloadEric Sandeen2013-08-141-0/+1
* Btrfs: fix crash regarding to ulist_add_mergeLiu Bo2013-08-111-0/+15
* fanotify: info leak in copy_event_to_user()Dan Carpenter2013-08-111-0/+1
* livelock avoidance in sget()Al Viro2013-08-041-15/+10
* nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya2013-08-041-2/+3
* Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik2013-08-041-0/+11
* Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik2013-08-041-0/+2
* Btrfs: fix wrong write offset when replacing a deviceStefan Behrens2013-08-041-1/+1
* lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery2013-07-281-0/+4
* ext4: fix error handling in ext4_ext_truncate()Theodore Ts'o2013-07-281-0/+11
* fuse: readdirplus: sanity checksMiklos Szeredi2013-07-281-1/+11
* fuse: readdirplus: fix instantiateMiklos Szeredi2013-07-281-4/+13
* fuse: readdirplus: fix dentry leakNiels de Vos2013-07-281-5/+8
* writeback: Fix periodic writeback after fs mountJan Kara2013-07-281-1/+8
* UBIFS: correct mount messageRichard Genoud2013-07-211-1/+1
* Handle big endianness in NTLM (ntlmv2) authenticationSteve French2013-07-212-7/+7
* ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o2013-07-211-3/+8
* ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o2013-07-211-6/+0
* ext4: fix ext4_get_group_number()Theodore Ts'o2013-07-212-6/+6
* ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-211-2/+2
* ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-07-211-2/+2
* ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara2013-07-211-7/+7
* ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara2013-07-211-1/+1
* Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik2013-07-211-1/+2
* Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik2013-07-211-4/+6
* Btrfs: fix estale with btrfs sendJosef Bacik2013-07-211-0/+35
* ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-211-0/+10
* ext4: check error return from ext4_write_inline_data_end()Theodore Ts'o2013-07-211-4/+7
* ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2013-07-212-10/+4
* ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne2013-07-211-3/+1
* jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o2013-07-211-1/+1