summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* fs/ufs: convert printk to pr_foo()Fabian Frederick2014-08-082-133/+131
* nilfs2: integrate sysfs support into driverVyacheslav Dubeyko2014-08-085-5/+34
* nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> groupVyacheslav Dubeyko2014-08-083-0/+144
* nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots groupVyacheslav Dubeyko2014-08-082-1/+47
* nilfs2: add /sys/fs/nilfs2/<device>/checkpoints groupVyacheslav Dubeyko2014-08-082-1/+136
* nilfs2: add /sys/fs/nilfs2/<device>/segments groupVyacheslav Dubeyko2014-08-082-1/+112
* nilfs2: add /sys/fs/nilfs2/<device>/segctor groupVyacheslav Dubeyko2014-08-082-0/+286
* nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko2014-08-084-2/+244
* nilfs2: add /sys/fs/nilfs2/<device> groupVyacheslav Dubeyko2014-08-083-0/+194
* nilfs2: add /sys/fs/nilfs2/features groupVyacheslav Dubeyko2014-08-082-0/+174
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-088-11/+8
* fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick2014-08-081-4/+2
* minix zmap block counts calculation fixQi Yong2014-08-082-3/+3
* autofs4: comment typo: remove a a doubled wordNeilBrown2014-08-081-1/+1
* autofs4: remove some unused inline functionsNeilBrown2014-08-081-49/+0
* autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown2014-08-081-2/+6
* autofs4: remove a redundant assignmentNeilBrown2014-08-081-1/+0
* autofs4: remove unused autofs4_ispending()NeilBrown2014-08-081-14/+0
* fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* fs/efs/namei.c: return is not a functionFabian Frederick2014-08-081-5/+6
* Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-0621-51/+111
|\
| * list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-063-3/+3
| * mm: softdirty: respect VM_SOFTDIRTY in PTE holesPeter Feiner2014-08-061-6/+21
| * mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini2014-08-061-1/+1
| * fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-061-1/+1
| * ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed2014-08-061-0/+4
| * ocfs2: remove conversion of total_backoff in dlm_join_domain()Xue jiufei2014-08-061-3/+2
| * ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie2014-08-063-5/+14
| * fs/squashfs/super.c: logging cleanupFabian Frederick2014-08-061-2/+3
| * fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-061-1/+1
| * ntfs: kernel-doc warning fixesFabian Frederick2014-08-061-3/+0
| * fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick2014-08-061-8/+7
| * fanotify: fix double free of pending permission eventsJan Kara2014-08-063-2/+37
| * fsnotify: rename event handling functionsJan Kara2014-08-065-14/+15
| * fs/fscache: make ctl_table staticFabian Frederick2014-08-061-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-061-2/+0
|\ \ | |/ |/|
| * befs: remove check for CONFIG_BEFS_RWPaul Bolle2014-06-191-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-307-17/+17
| |\ \
| * \ \ Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-281-1/+1
| |\ \ \
| | * | | Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann2014-07-111-1/+1
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-063-15/+12
|\ \ \ \ \
| * | | | | CAPABILITIES: remove undefined caps from all processesEric Paris2014-07-241-10/+1
| * | | | | Merge tag 'keys-next-20140722' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2014-07-241-2/+8
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'keys-fixes' into keys-nextDavid Howells2014-07-221-0/+2
| | |\ \ \ \ \
| | | * | | | | KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells2014-07-171-0/+2
| | * | | | | | KEYS: user: Use key preparsingDavid Howells2014-07-221-2/+6
| | |/ / / / /
| * | | | | | seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook2014-07-181-1/+1
| * | | | | | sched: move no_new_privs into new atomic flagsKees Cook2014-07-181-2/+2
| |/ / / / /
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-053-13/+75
|\ \ \ \ \ \