Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
055d4db1e1ef6f983c3565110fbe6737087e9103
/
fs
f6af75d
ceph: fix dentry reference leak in ceph_encode_fh()
by Cyril Roelandt
· 12 years ago
a2faf2f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
ea77d73
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 12 years ago
a22180d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
2d4dce0
Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
848b814
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
e6dbcaf
fs, fanotify: add @mflags field to fanotify output
by Cyrill Gorcunov
· 12 years ago
be77196
fs, notify: add procfs fdinfo helper
by Cyrill Gorcunov
· 12 years ago
711c7bf
fs, exportfs: add exportfs_encode_inode_fh() helper
by Cyrill Gorcunov
· 12 years ago
ab49bde
fs, exportfs: escape nil dereference if no s_export_op present
by Cyrill Gorcunov
· 12 years ago
138d22b
fs, epoll: add procfs fdinfo helper
by Cyrill Gorcunov
· 12 years ago
cbac554
fs, eventfd: add procfs fdinfo helper
by Cyrill Gorcunov
· 12 years ago
55985dd
procfs: add ability to plug in auxiliary fdinfo providers
by Cyrill Gorcunov
· 12 years ago
cdd9fa8
ubifs: use prandom_bytes
by Akinobu Mita
· 12 years ago
d740269
exec: use -ELOOP for max recursion depth
by Kees Cook
· 12 years ago
8d23802
proc: pid/status: show all supplementary groups
by Artem Bityutskiy
· 12 years ago
2f4b3bf
/proc/pid/status: add "Seccomp" field
by Kees Cook
· 12 years ago
834f82e
procfs: add VmFlags field in smaps output
by Cyrill Gorcunov
· 12 years ago
7b9a7ec
proc: don't show nonexistent capabilities
by Andrew Vagin
· 12 years ago
c6c2037
fs/fat: strip "cp" prefix from codepage in display
by Dave Reisner
· 12 years ago
5b3d5ae
fat: ix mount option parsing
by Jan Kara
· 12 years ago
58156c8
fat: provide option for setting timezone offset
by Jan Kara
· 12 years ago
f562146
fat: notify when discard is not supported
by Namjae Jeon
· 12 years ago
6899e92
binfmt_elf: fix corner case kfree of uninitialized data
by Alan Cox
· 12 years ago
f9a00e8
procfs: use kbasename()
by Andy Shevchenko
· 12 years ago
ac5f121
fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() static
by Tushar Behera
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
213490b
Btrfs: fix a bug of per-file nocow
by Liu Bo
· 12 years ago
9c52057
Btrfs: fix hash overflow handling
by Chris Mason
· 12 years ago
fa4c95b
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
c64c2bd
Btrfs: don't take inode delalloc mutex if we're a free space inode
by Josef Bacik
· 12 years ago
1135d6d
Btrfs: fix autodefrag and umount lockup
by Josef Bacik
· 12 years ago
9185aa5
Btrfs: fix permissions of empty files not affected by umask
by Filipe Brandenburger
· 12 years ago
31e5022
Btrfs: put raid properties into global table
by Liu Bo
· 12 years ago
4ded4f6
Btrfs: fix BUG() in scrub when first superblock reading gives EIO
by Stefan Behrens
· 12 years ago
6c760c0
Btrfs: do not call file_update_time in aio_write
by Josef Bacik
· 12 years ago
5124e00
Btrfs: only unlock and relock if we have to
by Josef Bacik
· 12 years ago
0b1c6cc
Btrfs: use tokens where we can in the tree log
by Josef Bacik
· 12 years ago
41be1f3
Btrfs: optimize leaf_space_used
by Josef Bacik
· 12 years ago
ad91455
Btrfs: don't memset new tokens
by Josef Bacik
· 12 years ago
ed7b63e
Btrfs: only clear dirty on the buffer if it is marked as dirty
by Josef Bacik
· 12 years ago
bb146eb
Btrfs: move checks in set_page_dirty under DEBUG
by Josef Bacik
· 12 years ago
70c8a91
Btrfs: log changed inodes based on the extent map tree
by Josef Bacik
· 12 years ago
d639378
Btrfs: add path->really_keep_locks
by Josef Bacik
· 12 years ago
b11e234
Btrfs: do not mark ems as prealloc if we are writing to them
by Josef Bacik
· 12 years ago
b493968
Btrfs: keep track of the extents original block length
by Josef Bacik
· 12 years ago
b812ce2
Btrfs: inline csums if we're fsyncing
by Josef Bacik
· 12 years ago
a95249b
Btrfs: don't bother copying if we're only logging the inode
by Josef Bacik
· 12 years ago
e997615
Btrfs: only log the inode item if we can get away with it
by Josef Bacik
· 12 years ago
5f3ab90
Btrfs: rename root_times_lock to root_item_lock
by Anand Jain
· 12 years ago
b8b8ff5
btrfs: Notify udev when removing device
by Lukas Czerner
· 12 years ago
ac6a2b3
Btrfs: fix wrong return value of btrfs_truncate_page()
by Miao Xie
· 12 years ago
7426cc0
Btrfs: punch hole past the end of the file
by Miao Xie
· 12 years ago
0061280
Btrfs: fix the page that is beyond EOF
by Miao Xie
· 12 years ago
6347b3c
Btrfs: fix off-by-one error of the same page check in btrfs_punch_hole()
by Miao Xie
· 12 years ago
4b5829a
Btrfs: fix missing reserved space release in error path of delalloc reservation
by Miao Xie
· 12 years ago
543eabd
Btrfs: don't auto defrag a file when doing directIO
by Miao Xie
· 12 years ago
9600976
Btrfs: use ctl->unit for free space calculation instead of block_group->sectorsize
by Wang Sheng-Hui
· 12 years ago
43baa57
Btrfs: refactor error handling to drop inode in btrfs_create()
by Filipe Brandenburger
· 12 years ago
2794ed0
Btrfs: fix permissions of empty files not affected by umask
by Filipe Brandenburger
· 12 years ago
05dadc0
Btrfs: add fiemap's flag check
by Tsutomu Itoh
· 12 years ago
01e6deb
Btrfs: don't add a NULL extended attribute
by Liu Bo
· 12 years ago
755ac67
Btrfs: skip adding an acl attribute if we don't have to
by Liu Bo
· 12 years ago
0ff6fab
Btrfs: fix off-by-one error of the reserved size of btrfs_allocate()
by Miao Xie
· 12 years ago
797f427
Btrfs: use existing align macros in btrfs_allocate()
by Miao Xie
· 12 years ago
af1be4f
Btrfs: fix a scrub regression in case of write errors
by Stefan Behrens
· 12 years ago
f9c8374
Btrfs: fix a build warning for an unused label
by Stefan Behrens
· 12 years ago
cb3806e
Btrfs: fix race in check-integrity caused by usage of bitfield
by Stefan Behrens
· 12 years ago
b66f00d
Btrfs: fix freeze vs auto defrag
by Miao Xie
· 12 years ago
26176e7
Btrfs: restructure btrfs_run_defrag_inodes()
by Miao Xie
· 12 years ago
8ddc473
Btrfs: fix unprotected defragable inode insertion
by Miao Xie
· 12 years ago
9247f31
Btrfs: use slabs for auto defrag allocation
by Miao Xie
· 12 years ago
905b0dd
Btrfs: get write access for qgroup operations
by Miao Xie
· 12 years ago
b8e9548
Btrfs: get write access for scrub
by Miao Xie
· 12 years ago
da24927
Btrfs: get write access when removing a device
by Miao Xie
· 12 years ago
198605a
Btrfs: get write access when doing resize fs
by Miao Xie
· 12 years ago
3c04ce0
Btrfs: get write access when setting the default subvolume
by Miao Xie
· 12 years ago
8cd2807
Btrfs: fix wrong return value of btrfs_wait_for_commit()
by Miao Xie
· 12 years ago
ff7c1d3
Btrfs: don't start a new transaction when starting sync
by Miao Xie
· 12 years ago
9a8c28b
Btrfs: pass root object into btrfs_ioctl_{start, wait}_sync()
by Miao Xie
· 12 years ago
db2254b
Btrfs: fix an while-loop of listxattr
by Liu Bo
· 12 years ago
0714012
Btrfs: do not warn_on io_ctl->cur in io_ctl_map_page
by Wang Sheng-Hui
· 12 years ago
3f6bcfb
Btrfs: add support for device replace ioctls
by Stefan Behrens
· 12 years ago
36cd5c1
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
2a74dbb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
ada8e20
NFS: Don't use SetPageError in the NFS writeback code
by Trond Myklebust
· 12 years ago
75e300c
Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstore
by Linus Torvalds
· 12 years ago
ac20d16
NFSv4.1: Deal effectively with interrupted RPC calls.
by Trond Myklebust
· 12 years ago
08242bc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 12 years ago
8e63b6a
NFSv4.1: Move the RPC timestamp out of the slot.
by Trond Myklebust
· 12 years ago
e879444
NFSv4.1: Try to deal with NFS4ERR_SEQ_MISORDERED.
by Trond Myklebust
· 12 years ago
5e4a084
userns: Require CAP_SYS_ADMIN for most uses of setns.
by Eric W. Biederman
· 12 years ago
65a0c14
NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0
by Trond Myklebust
· 12 years ago
1f01845
NFS: Fix calls to drop_nlink()
by Trond Myklebust
· 12 years ago
eed9935
NFS: Ensure that we always drop inodes that have been marked as stale
by Trond Myklebust
· 12 years ago
861d666
exofs: don't leak io_state and pages on read error
by Boaz Harrosh
· 12 years ago
15de059
Merge branch 'autofs' (patches from Ian Kent)
by Linus Torvalds
· 12 years ago
0259cb0
autofs4 - use simple_empty() for empty directory check
by Ian Kent
· 12 years ago
f55fb0c
autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mount
by Ian Kent
· 12 years ago
Next »