summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-1625-308/+461
|\
| * udf: Update ctime and mtime when directory is modifiedJan Kara2015-04-011-2/+7
| * udf: return correct errno for udf_update_inode()Changwoo Min2015-04-011-1/+1
| * ext3: Remove useless condition in if statement.Wei Yuan2015-04-011-2/+1
| * vfs: Add general support to enforce project quota limitsLi Xi2015-03-182-5/+21
| * reiserfs: fix __RASSERT format stringNicolas Iooss2015-03-171-1/+0
| * Merge branch 'quota_interface' into for_next_testingJan Kara2015-03-169-247/+369
| |\
| | * quota: Hook up Q_XSETQLIM for id 0 to ->set_infoJan Kara2015-03-041-0/+39
| | * xfs: Add support for Q_SETINFOJan Kara2015-03-041-0/+37
| | * quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara2015-03-042-12/+36
| | * quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara2015-03-041-10/+4
| | * gfs2: Convert to using ->get_state callbackJan Kara2015-03-041-13/+15
| | * xfs: Convert to using ->get_state callbackJan Kara2015-03-043-205/+71
| | * quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateJan Kara2015-03-041-4/+134
| | * quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-045-21/+51
| * | udf: use int for allocated blocks instead of sector_tFabian Frederick2015-03-161-1/+1
| * | udf: remove redundant buffer_head.h includesFabian Frederick2015-03-1411-11/+0
| * | udf: remove else after return in __load_block_bitmap()Fabian Frederick2015-03-141-8/+7
| * | udf: remove unused variable in udf_table_free_blocks()Fabian Frederick2015-03-141-2/+0
| * | quota: Fix maximum quota limit settingsJan Kara2015-03-041-4/+8
| * | quota: paranoia: check quota tree rootKonstantin Khlebnikov2015-03-041-0/+7
| * | quota: optimize i_dquot accessKonstantin Khlebnikov2015-03-041-24/+39
| |/
* | Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-161-15/+30
|\ \
| * | aio: fix serial draining in exit_aio()Jens Axboe2015-04-151-15/+30
* | | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-0/+3
|\ \ \
| * | | pstore: Add pstore type id for PPC64 opal nvram partitionHari Bathini2015-03-231-0/+3
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1517-138/+183
|\ \ \ \
| * | | | proc: remove use of seq_printf return valueJoe Perches2015-04-152-36/+50
| * | | | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-2/+2
| * | | | kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-152-1/+2
| * | | | /proc/PID/status: show all sets of pid according to nsChen Hanxiao2015-04-151-0/+18
| * | | | dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-159-64/+9
| * | | | dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh2015-04-153-0/+19
| * | | | fs, jfs: remove slab object constructorDavid Rientjes2015-04-152-20/+12
| * | | | hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz2015-04-151-19/+71
* | | | | Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-04-152-37/+37
|\ \ \ \ \
| * | | | | locks: use cmpxchg to assign i_flctx pointerJeff Layton2015-04-031-8/+1
| * | | | | locks: get rid of WE_CAN_BREAK_LSLK_NOW dead codeJeff Layton2015-04-031-6/+1
| * | | | | locks: change lm_get_owner and lm_put_owner prototypesJeff Layton2015-04-032-11/+15
| * | | | | locks: don't allocate a lock context for an F_UNLCK requestJeff Layton2015-04-031-8/+12
| * | | | | locks: Add lockdep assertion for blocked_lock_lockDaniel Wagner2015-04-031-0/+6
| * | | | | locks: remove extraneous IS_POSIX and IS_FLOCK testsJeff Layton2015-04-031-2/+2
| * | | | | locks: Remove unnecessary IS_POSIX testDaniel Wagner2015-04-031-2/+0
* | | | | | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds2015-04-153-70/+77
|\ \ \ \ \ \
| * | | | | | um: hostfs: Reduce number of syscalls in readdirRichard Weinberger2015-04-133-4/+12
| * | | | | | hostfs: No need to box and later unbox the file modeRichard Weinberger2015-03-263-20/+5
| * | | | | | hostfs: Use page_offset()Richard Weinberger2015-03-261-4/+2
| * | | | | | hostfs: Set page flags in hostfs_readpage() correctlyRichard Weinberger2015-03-261-4/+6
| * | | | | | hostfs: Remove superfluous initializations in hostfs_open()Richard Weinberger2015-03-261-2/+2
| * | | | | | hostfs: hostfs_open: Reset open flags upon each retryRichard Weinberger2015-03-261-0/+2