summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | f2fs: add the flush_merge handle in the remount flowGu Zheng2014-05-073-3/+45
| * | f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()Zhang Zhen2014-05-071-8/+9
| * | f2fs: make recover_inline_xattr() staticJingoo Han2014-05-071-1/+1
| * | f2fs: remove costly dirty_dir_inode operationsJaegeuk Kim2014-05-073-48/+25
| * | f2fs: fix to unlock f2fs_lock at the omitted error caseJaegeuk Kim2014-05-071-6/+7
| * | f2fs: call redirty_page_for_writepageJaegeuk Kim2014-05-073-15/+5
| * | f2fs: avoid to conduct roll-forward due to the remained garbage blocksJaegeuk Kim2014-05-073-2/+22
| * | f2fs: enable flush_merge only in f2fs is not read-onlyGu Zheng2014-05-072-4/+3
| * | f2fs: use __GFP_ZERO to avoid appending set-NULLGu Zheng2014-05-071-3/+1
| * | f2fs: put the bio when issue_flush completedGu Zheng2014-05-071-0/+1
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-06-0911-98/+158
|\ \ \
| * | | CIFS: Fix memory leaks in SMB2_openPavel Shilovsky2014-05-241-1/+6
| * | | cifs: ensure that vol->username is not NULL before running strlen on itJeff Layton2014-05-211-1/+1
| * | | Clarify SMB2/SMB3 create context and add missing onesSteve French2014-05-213-1/+9
| * | | Do not send ClientGUID on SMB2.02 dialectSteve French2014-05-211-1/+6
| * | | cifs: Set client guid on per connection basisSachin Prabhu2014-05-215-12/+7
| * | | fs/cifs/netmisc.c: convert printk to pr_foo()Fabian Frederick2014-05-211-4/+5
| * | | fs/cifs/cifs.c: replace seq_printf by seq_putsFabian Frederick2014-05-211-40/+40
| * | | Update cifs version number to 2.03Steve French2014-05-211-1/+1
| * | | fs: cifs: new helper: file_inode(file)Libo Chen2014-05-211-1/+1
| * | | cifs: fix potential races in cifs_revalidate_mappingJeff Layton2014-05-214-15/+49
| * | | cifs: new helper function: cifs_revalidate_mappingJeff Layton2014-05-212-6/+11
| * | | cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton2014-05-214-18/+17
| * | | cifs: fix cifs_uniqueid_to_ino_t not to ever return 0Jeff Layton2014-05-211-5/+13
* | | | Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-06-082-2/+2
|\ \ \ \
| * | | | 9P: fix return value in v9fs_fid_xattr_setDominique Martinet2014-06-011-1/+1
| * | | | fs/9p: adjust sscanf parameters accordingly to the variable typesToralf Förster2014-06-011-1/+1
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-0820-429/+494
|\ \ \ \ \
| * | | | | ext4: handle symlink properly with inline_dataZheng Liu2014-06-021-0/+3
| * | | | | ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi2014-05-271-1/+1
| * | | | | ext4: fix zeroing of page during writebackJan Kara2014-05-271-13/+11
| * | | | | ext4: remove unused local variable "stored" from ext4_readdir(...)Giedrius Rekasius2014-05-271-2/+1
| * | | | | ext4: fix ZERO_RANGE test failure in data journallingNamjae Jeon2014-05-271-0/+7
| * | | | | ext4: reduce contention on s_orphan_lockJan Kara2014-05-261-44/+65
| * | | | | ext4: use sbi in ext4_orphan_{add|del}()Jan Kara2014-05-261-16/+15
| * | | | | ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()Lukas Czerner2014-05-121-1/+7
| * | | | | ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-1210-0/+33
| * | | | | ext4: remove unnecessary double parenthesesLukas Czerner2014-05-125-11/+11
| * | | | | ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() failsAndrey Tsyvarev2014-05-121-3/+1
| * | | | | ext4: make local functions staticStephen Hemminger2014-05-129-54/+26
| * | | | | ext4: fix block bitmap validation when bigalloc, ^flex_bgDarrick J. Wong2014-05-121-5/+7
| * | | | | ext4: fix block bitmap initialization under sparse_super2Darrick J. Wong2014-05-122-15/+22
| * | | | | ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystemDarrick J. Wong2014-05-121-0/+10
| * | | | | ext4: avoid unneeded lookup when xattr name is invalidZhang Zhen2014-05-121-0/+3
| * | | | | ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-123-5/+12
| * | | | | ext4: remove obsoleted checkDmitry Monakhov2014-04-211-2/+1
| * | | | | ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o2014-04-213-19/+25
| * | | | | ext4: fix locking for O_APPEND writesTheodore Ts'o2014-04-211-16/+26
| * | | | | ext4: factor out common code in ext4_file_write()Theodore Ts'o2014-04-211-34/+22
| * | | | | ext4: move ext4_file_dio_write() into ext4_file_write()Theodore Ts'o2014-04-211-74/+64