summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-09-27ext4: simplify truncation code in ext4_setattr()Jan Kara1-60/+49
2013-09-27CIFS: Fix missing lease breakPavel Shilovsky1-69/+80
2013-09-27CIFS: Fix a memory leak when a lease break comesPavel Shilovsky1-0/+1
2013-09-27cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton1-0/+2
2013-09-08jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp1-8/+23
2013-08-29SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier1-5/+15
2013-08-29nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko1-1/+1
2013-08-29nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko1-2/+1
2013-08-29VFS: collect_mounts() should return an ERR_PTRDan Carpenter1-1/+1
2013-08-20jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2013-08-20Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+2
2013-08-20fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng1-4/+4
2013-08-15reiserfs: fix deadlock in umountAl Viro2-82/+20
2013-08-15debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov1-47/+22
2013-08-15cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton1-0/+8
2013-08-15cifs: extend the buffer length enought for sprintf() usingChen Gang4-7/+9
2013-08-15ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o1-2/+4
2013-08-15ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna1-1/+16
2013-08-15ext4: allow the mount options nodelalloc and data=journalTheodore Ts'o1-1/+1
2013-08-15LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust2-6/+12
2013-08-15Btrfs: release both paths before logging dir/changed extentsJosef Bacik1-3/+2
2013-08-15ext4: fix retry handling in ext4_ext_truncate()Theodore Ts'o1-1/+1
2013-08-15ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o1-5/+5
2013-08-15ext4: destroy ext4_es_cachep on module unloadEric Sandeen1-0/+1
2013-08-12Btrfs: fix crash regarding to ulist_add_mergeLiu Bo1-0/+15
2013-08-12fanotify: info leak in copy_event_to_user()Dan Carpenter1-0/+1
2013-08-04livelock avoidance in sget()Al Viro1-15/+10
2013-08-04nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya1-2/+3
2013-08-04Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-08-04Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-08-04Btrfs: fix wrong write offset when replacing a deviceStefan Behrens1-1/+1
2013-07-29lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery1-0/+4
2013-07-29ext4: fix error handling in ext4_ext_truncate()Theodore Ts'o1-0/+11
2013-07-29fuse: readdirplus: sanity checksMiklos Szeredi1-1/+11
2013-07-29fuse: readdirplus: fix instantiateMiklos Szeredi1-4/+13
2013-07-29fuse: readdirplus: fix dentry leakNiels de Vos1-5/+8
2013-07-29writeback: Fix periodic writeback after fs mountJan Kara1-1/+8
2013-07-22UBIFS: correct mount messageRichard Genoud1-1/+1
2013-07-22Handle big endianness in NTLM (ntlmv2) authenticationSteve French2-7/+7
2013-07-22ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-22ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o1-6/+0
2013-07-22ext4: fix ext4_get_group_number()Theodore Ts'o2-6/+6
2013-07-22ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara1-2/+2
2013-07-22ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara1-2/+2
2013-07-22ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara1-7/+7
2013-07-22ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara1-1/+1
2013-07-22Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik1-1/+2
2013-07-22Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik1-4/+6
2013-07-22Btrfs: fix estale with btrfs sendJosef Bacik1-0/+35
2013-07-22ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi1-0/+10