summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-08-11Btrfs: fix crash regarding to ulist_add_mergeLiu Bo1-0/+15
2013-08-11fanotify: 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-28lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery1-0/+4
2013-07-28ext4: fix error handling in ext4_ext_truncate()Theodore Ts'o1-0/+11
2013-07-28fuse: readdirplus: sanity checksMiklos Szeredi1-1/+11
2013-07-28fuse: readdirplus: fix instantiateMiklos Szeredi1-4/+13
2013-07-28fuse: readdirplus: fix dentry leakNiels de Vos1-5/+8
2013-07-28writeback: Fix periodic writeback after fs mountJan Kara1-1/+8
2013-07-21UBIFS: correct mount messageRichard Genoud1-1/+1
2013-07-21Handle big endianness in NTLM (ntlmv2) authenticationSteve French2-7/+7
2013-07-21ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-21ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o1-6/+0
2013-07-21ext4: fix ext4_get_group_number()Theodore Ts'o2-6/+6
2013-07-21ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara1-2/+2
2013-07-21ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara1-2/+2
2013-07-21ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara1-7/+7
2013-07-21ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara1-1/+1
2013-07-21Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik1-1/+2
2013-07-21Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik1-4/+6
2013-07-21Btrfs: fix estale with btrfs sendJosef Bacik1-0/+35
2013-07-21ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi1-0/+10
2013-07-21ext4: check error return from ext4_write_inline_data_end()Theodore Ts'o1-4/+7
2013-07-21ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2-10/+4
2013-07-21ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne1-3/+1
2013-07-21jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o1-1/+1
2013-07-21jbd2: move superblock checksum calculation to jbd2_write_superblock()Theodore Ts'o1-1/+2
2013-07-21CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky1-5/+4
2013-07-21CIFS use sensible file nlink values if unprovidedSteve French1-0/+5
2013-07-13nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields1-1/+1
2013-07-13NFSv4.1 end back channel session drainingAndy Adamson1-12/+11
2013-07-13hpfs: better test for errorsMikulas Patocka2-2/+9
2013-07-13ceph: fix sleeping function called from invalid context.majianpeng1-4/+5
2013-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-15/+39
2013-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+9
2013-06-29UBIFS: fix a horrid bugArtem Bityutskiy1-3/+27
2013-06-29UBIFS: prepare to fix a horrid bugArtem Bityutskiy1-12/+12
2013-06-26perf: Disable monitoring on setuid processes for regular usersStephane Eranian1-7/+9
2013-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-4/+8
2013-06-23fs: fix new splice.c kernel-doc warningRandy Dunlap1-0/+1
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro3-21/+40
2013-06-18fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov1-4/+8
2013-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-20/+12
2013-06-14Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-11/+42
2013-06-15use can_lookup() instead of direct checks of ->i_op->lookupAl Viro1-2/+2
2013-06-15fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov1-9/+10