summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | timerfd: support CLOCK_BOOTTIME clockGreg Hackmann2014-01-231-0/+1
* | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-012-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-132-2/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-03-312-2/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | afs: don't use PREPARE_WORKTejun Heo2014-03-072-2/+11
* | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-03-311-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | binfmt_elf: add ELF_HWCAP2 to compat auxv entriesArd Biesheuvel2014-03-041-0/+5
* | | | | | | | | | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-314-78/+90
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-062-28/+21
| * | | | | | | | | | | fs/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-062-40/+39
| * | | | | | | | | | | fs/compat: optional preadv64/pwrite64 compat system callsHeiko Carstens2014-03-061-8/+28
| * | | | | | | | | | | compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens2014-03-041-2/+2
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-311-9/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming2014-03-0553-881/+608
| |\| | | | | | | | | |
| * | | | | | | | | | | efivarfs: 'efivarfs_file_write' function reorganizationGeyslan G. Bem2014-03-041-9/+4
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-02-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | fs: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney2014-02-171-1/+1
| | |/ / / / / / / / /
* | | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2014-03-304-77/+134
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | switch mnt_hash to hlistAl Viro2014-03-304-50/+61
| * | | | | | | | | | | don't bother with propagate_mnt() unless the target is sharedAl Viro2014-03-301-10/+7
| * | | | | | | | | | | keep shadowed vfsmounts togetherAl Viro2014-03-301-9/+23
| * | | | | | | | | | | resizable namespace.c hashesAl Viro2014-03-302-24/+59
* | | | | | | | | | | | ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-03-301-6/+9
|/ / / / / / / / / / /
* | | | | | | | | | | ocfs2: check if cluster name exists before derefSasha Levin2014-03-281-1/+3
* | | | | | | | | | | vfs: Allocate anon_inode_inode in anon_inode_init()Jan Kara2014-03-271-22/+8
* | | | | | | | | | | fs: remove now stale label in anon_inode_init()Linus Torvalds2014-03-251-1/+0
* | | | | | | | | | | fs: Avoid userspace mounting anon_inodefs filesystemJan Kara2014-03-251-3/+0
* | | | | | | | | | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-03-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nfsd: fix lost nfserrno() call in nfsd_setattr()J. R. Okajima2014-02-181-0/+1
* | | | | | | | | | | | rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro2014-03-231-16/+13
* | | | | | | | | | | | make prepend_name() work correctly when called with negative *buflenAl Viro2014-03-231-2/+2
* | | | | | | | | | | | vfs: Don't let __fdget_pos() get FMODE_PATH filesEric Biggers2014-03-231-15/+4
* | | | | | | | | | | | vfs: atomic f_pos access in llseek()Eric Biggers2014-03-231-2/+2
* | | | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-03-113-19/+36
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cifs: mask off top byte in get_rfc1002_length()Jeff Layton2014-02-281-1/+1
| * | | | | | | | | | | | cifs: sanity check length of data to send before sendingJeff Layton2014-02-231-0/+29
| * | | | | | | | | | | | CIFS: Fix wrong pos argument of cifs_find_lock_conflictPavel Shilovsky2014-02-231-18/+6
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-03-105-2/+56
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hfsplus: add HFSX subfolder count supportSergei Antonov2014-03-104-2/+55
| * | | | | | | | | | | | fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev2014-03-101-0/+1
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-03-106-32/+79
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | get rid of fget_light()Al Viro2014-03-102-28/+44
| * | | | | | | | | | | vfs: atomic f_pos accesses as per POSIXLinus Torvalds2014-03-104-15/+46
| * | | | | | | | | | | ocfs2 syncs the wrong range...Al Viro2014-03-101-4/+4
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-03-094-29/+30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust2014-03-051-3/+6
| * | | | | | | | | | | NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson2014-03-051-4/+6
| * | | | | | | | | | | NFSv4: Fix the return value of nfs4_select_rw_stateidTrond Myklebust2014-03-051-11/+3
| * | | | | | | | | | | NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust2014-03-051-2/+3