summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov2012-07-301-0/+29
* fs: cachefiles: add support for large files in filesystem cachingJustin Lecher2012-07-301-1/+1
* proc: do not allow negative offsets on /proc/<pid>/environDjalal Harouni2012-07-301-3/+6
* proc: environ_read() make sure offset points to environment address rangeDjalal Harouni2012-07-301-6/+7
* coredump: fix wrong comments on core limits of pipe coredump caseJovi Zhang2012-07-301-7/+8
* fat: refactor shortname parsingSteven J. Magnani2012-07-301-118/+137
* fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-304-25/+24
* hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon2012-07-301-1/+1
* nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko2012-07-3011-10/+81
* nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi2012-07-304-2/+8
* nilfs2: fix timing issue between rmcp and chcp ioctlsRyusuke Konishi2012-07-301-3/+7
* nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao2012-07-301-3/+0
* nilfs2: add omitted comment for ns_mount_state field of the_nilfs structureVyacheslav Dubeyko2012-07-301-0/+1
* minixfs: fix block limit checkVladimir Serbinenko2012-07-301-1/+2
* ext4: use memweight()Akinobu Mita2012-07-301-8/+1
* ext3: use memweight()Akinobu Mita2012-07-302-12/+2
* ext2: use memweight()Akinobu Mita2012-07-302-12/+3
* ocfs2: use memweight()Akinobu Mita2012-07-301-6/+2
* affs: use memweight()Akinobu Mita2012-07-301-26/+2
* qnx4fs: use memweight()Akinobu Mita2012-07-301-19/+5
* btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches2012-07-304-8/+50
* coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook2012-07-301-5/+5
* fs: make dumpable=2 require fully qualified pathKees Cook2012-07-301-3/+14
* fs/xattr.c:getxattr(): improve handling of allocation failuresSasha Levin2012-07-301-4/+12
* ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao2012-07-301-17/+0
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-07-2714-196/+563
|\
| * ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o2012-07-231-11/+21
| * ext4: don't let i_reserved_meta_blocks go negativeBrian Foster2012-07-221-0/+9
| * ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan2012-07-221-17/+29
| * ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy2012-07-225-11/+7
| * ext4: weed out ext4_write_superArtem Bityutskiy2012-07-221-10/+0
| * ext4: remove unnecessary superblock dirtyingArtem Bityutskiy2012-07-222-4/+3
| * ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()Jan Kara2012-07-222-10/+13
| * ext4: remove useless marking of superblock dirtyJan Kara2012-07-222-4/+0
| * ext4: fix ext4 mismerge back in JanuaryAl Viro2012-07-221-1/+0
| * ext4: remove dynamic array size in ext4_chksum()Theodore Ts'o2012-07-221-1/+3
| * ext4: remove unused variable in ext4_update_super()Theodore Ts'o2012-07-221-1/+1
| * ext4: make quota as first class supported featureAditya Kali2012-07-223-10/+150
| * ext4: don't take the i_mutex lock when doing DIO overwritesZheng Liu2012-07-222-4/+71
| * ext4: add a new nolock flag in ext4_map_blocksZheng Liu2012-07-092-10/+51
| * ext4: split ext4_file_write into buffered IO and direct IOZheng Liu2012-07-091-22/+38
| * ext4: remove an unused statement in ext4_mb_get_buddy_page_lock()Haibo Liu2012-07-091-1/+0
| * ext4: fix out-of-date comments in extents.cHaiboLiu2012-07-091-2/+1
| * ext4: use s_csum_seed instead of i_csum_seed for xattr blockTao Ma2012-07-091-7/+4
| * ext4: use proper csum calculation in ext4_renameTao Ma2012-07-091-2/+9
| * ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o2012-07-094-57/+132
| * ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o2012-06-304-8/+8
| * ext4: honor O_(D)SYNC semantic in ext4_fallocate()Zheng Liu2012-06-301-0/+2
| * ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groupsAditya Kali2012-06-301-8/+15
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-272-3/+3
|\ \